LUA NEW TABLE

With this command, you can create a new named table within the LUA interface.
You can even use this command to make a subtable in an already existing global table. So you can create nested tables, like: "grandpa.pa.me", where "grandpa" is the global table name, "pa" a table field of "grandpa", and finally "me" the new table you want to create.
The syntax would be the following: LUA NEW TABLE "grandpa.pa.me"

SYNTAX
LUA NEW TABLE index_name as String

RELATED INFO
LUA command menu
Index

EXAMPLE
Showcase-example 1
Showcase-example 2